[][src]Crate path_absolutize

Structs

MAIN_SEPARATOR

The main separator for the target OS.

Traits

Absolutize

Make Path and PathBuf have absolutize and absolutize_virtually method.

Functions

update_cwd

Update the CWD cached in the path-dedot crate after using the std::env::set_current_dir function. Updating might fail when there are other threads using this function. Return whether the updating is successful.